@CHARSET "UTF-8";
/* CSS Document */
html, body { 
	width: 100%; 
	height: 100%;
}
body{
	-webkit-text-size-adjust:none;	
}
html, body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,select,p,table,td,tr,th{ 
	padding:0; 
	margin:0;
}
img{ 
	vertical-align:top; 
	border:0;
}
ul, ul li {
	list-style: none;
	list-style-type: none;
}
a {blr:expression(this.onFocus=this.blur())}
:focus{outline:0;}

input{
	font-size:12px;
	vertical-align:middle;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.hide {
	display: none;
}
.vmiddle {
	vertical-align: middle;
}
.vbottom{
	vertical-align: bottom;	
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left{
	text-align: left;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.17em;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:0.75em;
}
h6 {
	font-size:0.67em;
}
.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.7em;
}
.fl  {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.overflow {
	overflow:hidden;	
}
.inblk {
	display:inline-block;
	*display:inline;
	zoom:1;
}
.yahei {
	font-family:microsoft yahei;
}
.arial {
	font-family:arial;
}
.hide {
	display:none;
}
.mgt10 {
	margin-top:10px;
}
.mgt20 {
	margin-top:20px;
}
.mgauto {
	margin-left:auto;
	margin-right:auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
    border-left: 1px solid #d2d2d2;
}
::-webkit-scrollbar {
    width: 8px;
    height: 13px;
}
::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    background-clip: padding-box;
    border: 1px solid #979797;
    min-height: 28px;
}
::-webkit-scrollbar-thumb:hover {
	border: 1px solid #636363;
	background-color: #929292;
}

 